home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ccdl150l.zip / IO / RENAME.C < prev    next >
C/C++ Source or Header  |  1996-06-27  |  150b  |  8 lines

  1. #include <stdio.h>
  2. #include <time.h>
  3. #include <libp.h>
  4.  
  5. int rename(const char *name,const char *newname)
  6. {
  7.     return(_ll_rename(name,newname));
  8. }